type github.com/google/uuid.invalidLengthError
6 uses
github.com/google/uuid (current package)
uuid.go#L47: type invalidLengthError struct{ len int }
uuid.go#L49: func (err invalidLengthError) Error() string {
uuid.go#L55: _, ok := err.(invalidLengthError)
uuid.go#L96: return uuid, invalidLengthError{len(s)}
uuid.go#L141: return uuid, invalidLengthError{len(b)}
uuid.go#L224: return invalidLengthError{len(s)}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |